www.gusucode.com > VC 2D游戏编辑器-源码程序 > VC 2D游戏编辑器-源码程序/code/mapedit_source/script/script.cpp

    //Download by http://www.NewXing.com
#include "stdafx.h"
#include "script.h"

char	cScriptText[Max_Script_Key][30];
char	cScriptHelp[Max_Script_Key][80];
char	cScriptParameter[Max_Script_Key][10];
_ScriptParameter*		parameter = NULL;
_ScriptParameterHeader	parameterheader;